home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / credits.css71 < prev    next >
Text File  |  2007-12-20  |  4KB  |  241 lines

  1. /*
  2. CSS for Credits page.
  3. */
  4.  
  5. body {
  6.     margin:0px;
  7.     padding:0px;
  8.     background-color:#368;
  9.   
  10.     font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
  11.     font-size:10px;
  12. }
  13.  
  14. #DETAILS_HEADER {
  15.     display: inline-block;
  16.     left: 0px;
  17.     top: 0px;
  18.     width:100%;
  19.     color:#000000;
  20.     background:#ffffff url("../graphics/main_bg.jpg") repeat-x left top;
  21.     margin:0px 0px 0px 0px;
  22.     border:0px 0px 0px 0px;
  23.     padding:0px 0px 0px 0px;
  24.     height:60px;
  25. }
  26.  
  27. #DETAILS_HEADER_DIV {
  28.     background-color:#000000;
  29.     height:1px;
  30.     width:100%;
  31.     overflow: hidden;
  32.     clear:both;
  33. }
  34.  
  35. #CREDITS_DIV {
  36.     background-color:#000000;
  37.     height:1px;
  38.     width:98%;
  39.     margin-left:2px;
  40.     overflow: hidden;
  41.     clear:both;
  42. }
  43.  
  44. #DETAILS_HEADER_TEXT {
  45.     display: inline-block;
  46.     margin: 0px 5px 0px 5px;
  47.     width:100%;
  48. }
  49.  
  50. .infoTitle {
  51.     font-size: 14px;
  52.     font-weight: bold;
  53. }
  54.  
  55. .infoText {
  56.     font-size: 11px;
  57.     font-weight:normal;
  58. }
  59.  
  60. #EPISODE_DATE {
  61.     float:left;
  62.     display: inline-block;
  63.     clear: both;
  64.     margin: 5px 0px 0px 5px;
  65. }
  66.  
  67. #EPISODE_CHANNEL {
  68.     float:left;
  69.     display: inline-block;
  70.     margin: 5px 5px 0px 30px;
  71. }
  72.  
  73. #EPISODE_BUTTONS {
  74.     margin-left:-4px;    
  75. }
  76.  
  77. #CHANNEL_ICON {
  78.     float:left;
  79.     width:67px;
  80.     height:50px;
  81.     margin-left:10px;
  82.     margin-top:4px;
  83. }
  84.  
  85. .channelNum {
  86.     font-size:16px;
  87.     font-weight:bold;
  88. }
  89.  
  90. .channelName {
  91.     font-size:12px;
  92.     font-weight:normal;
  93. }
  94.  
  95. #EPISODE_DESC {
  96.     display: inline-block;
  97.     float:left;
  98.     clear: both;
  99.     margin: 5px 5px 5px 5px;
  100.     width:98%;
  101. }
  102.  
  103. .subtitleText {
  104.     font-size: 11px;
  105.     font-weight:bold;
  106. }
  107.  
  108. #EPISODE_TITLE {
  109.     font-size: 16px;
  110.     font-weight: bold;
  111.     color: #000000;
  112.     white-space: nowrap;
  113.     background-color: #99BBEE;
  114.     padding: 2px 4px 2px 4px;
  115.     border: 1px solid #808080;
  116.     margin: 5px 5px 0px 5px;
  117. }
  118.  
  119. #EPISODE_SUBTITLE {
  120.     font-size: 11px;
  121.     white-space: nowrap;
  122.  
  123.     background-color: #33AADD;
  124.     padding: 2px 4px 2px 4px;
  125.     border: 1px solid #808080;
  126.     margin: 3px 5px 0px 5px;
  127. }
  128.  
  129. #EPISODE_CHANNEL {
  130.     float:left;
  131. }
  132.  
  133. #CREDITS {
  134.     clear:both;
  135.     display: inline-block;
  136.     width: 99%;
  137.     padding: 0px 0px 0px 0px;
  138.     margin: 5px 5px 0px 5px;
  139.     overflow: hidden;
  140. }
  141.  
  142. .creditsCell {
  143.     float:left;
  144.     display: inline-block;
  145.     width:11%;
  146.     border-right: none;
  147.     height:200px;
  148.     overflow: auto;
  149.     border-bottom: 1px solid #000000;
  150.     background: url(../Graphics/creditcell_green.gif) no-repeat;
  151.     margin: 1px 0px 0px 0px;
  152. }
  153.  
  154. #JUDGES {
  155.     border-right: 1px solid #000000;
  156. }
  157.  
  158. .headerRow {
  159.     line-height: 22px;
  160.     vertical-align: text-bottom;
  161.     font-weight: bold;
  162.     width:100%;
  163.     text-indent:4px;
  164.     white-space: nowrap;
  165.     height:22px;
  166. }
  167.  
  168. #CREDITS A {
  169.     color: #000000;
  170.     text-decoration: none;
  171. }
  172.  
  173. #CREDITS A:visited, #CREDITS A:active {
  174.     color: #000000;
  175. }
  176.  
  177. #CREDITS A:hover 
  178. {
  179.     color: #ffffff;
  180.     text-decoration: underline;
  181. }
  182.  
  183. .listings {
  184.     padding: 2px 2px 2px 4px;
  185. }
  186.  
  187.  
  188. .textLarge {
  189.   line-height:32px;
  190. }
  191.  
  192. .textSmall {
  193.   padding-left:3px;
  194.   line-height:14px;
  195. }
  196.  
  197. #HEADER_TEXT {
  198.     margin: 4px 0px 0px 5px;
  199.     _margin: 4px 0px 0px 3px;
  200.     float:left;
  201. }
  202.  
  203. #LOGO_HEADER {
  204.     display:inline-block;
  205.     float:left;
  206.     height:46px;
  207.     width:47px;
  208.  
  209.     background: url(../Graphics/logo_header.png) no-repeat left;
  210.     margin-top:-5px;
  211.     display:none;
  212. }
  213.  
  214. #PROGRAM_INFO {
  215.     display: inline-block;
  216.     float:right;
  217.     font-size: 16px;
  218.     font-weight:bold;
  219.     vertical-align: middle;
  220.     margin-right:5px;
  221.     line-height:56px;
  222. }
  223.  
  224. .new_show {
  225.     display: inline-block;
  226.     width:19px;
  227.     height:22px;
  228.     background: url(../Graphics/new.png) no-repeat center;
  229.     float:left;
  230.     margin-left:3px;
  231.     margin-right:20px;
  232.  
  233.     font-size:10px;
  234.     font-weight:bold;
  235.     font-variant: small-caps;
  236.     color: #b22222;
  237.     /* hide the text */
  238.     font-size:0px;
  239.     text-indent: -9000px; 
  240. }
  241.